To the bottom are the breakpoints for the debugger, the command output, and so on.
下面是调试用的断点、命令输出等等。
互联网摘选
通过清单2中的输出可以看出,我们打开了调试器,通过指定名称在calc diff()函数中设置了一个断点,然后在调试器中运行程序,提供与命令行相同的参数。
互联网摘选
GNU symbolic debugger(GDB)是一个强大的开发工具,但是不足之处在于它只能在命令行下工作。
互联网摘选
